From 8abe14a8bb7ae606453cd18e26de4da2e58be279 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 20 Feb 2012 18:10:47 +0000 Subject: [PATCH] man/xl.cfg: mention not yet documented options Add dummy entries for parsed but undocumented cfg file options to xl.cfg: for i in ` grep -Ew 'xlu_cfg_get_(long|string|list|list_as_string_list)' tools/libxl/xl_cmdimpl.c | cut -f 2 -d '"' | sort -u ` do grep -wq $i docs/man/xl.cfg.pod.5 || echo $i done current output: acpi_s3 acpi_s4 cpus device_model gfx_passthru maxmem nodes sched vif2 Signed-off-by: Olaf Hering Acked-by: Ian Jackson Committed-by: Ian Jackson --- docs/man/xl.cfg.pod.5 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 85ac880015..197503f088 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -842,6 +842,38 @@ XXX XXX +=item B + +XXX + +=item B + +XXX + +=item B + +XXX + +=item B + +XXX + +=item B + +XXX + +=item B + +XXX + +=item B + +XXX deprecated + +=item B + +XXX deprecated + =back =head2 Keymaps -- 2.30.2